//+------------------------------------------------------------------------------------------------+
//| DIFFERENCE FROM THE BASIC TRANSLATION:   TickVolumeProfile_A_M1detail                          |
//| The history is reconstructed not based on the bars of the current time frame, but based on M1. |
//| For each M1 candle (close>=open → buy, otherwise sell), its tick_volume                        |
//| is evenly distributed across the high..low range.                                              |
//| This provides a much finer Buy/Sell distinction—especially on                                  |
//| timeframes of M15 and higher.                                                                  |
//+------------------------------------------------------------------------------------------------+

